From c3c01d8cbcac8515ce8bd16ceef661dbe9920b1f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 7 Feb 2016 11:28:08 +0100 Subject: [PATCH] level bar: Document buildable syntax --- gtk/gtklevelbar.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gtk/gtklevelbar.c b/gtk/gtklevelbar.c index aed59201b4..46684cd6a8 100644 --- a/gtk/gtklevelbar.c +++ b/gtk/gtklevelbar.c @@ -87,7 +87,13 @@ * set the minimum value to 0 and the maximum value to 5 after changing the indicator * mode to discrete. * - * Since: 3.6 + * GtkLevelBar was introduced in GTK+ 3.6. + * + * # GtkLevelBar as GtkBuildable + * + * The GtkLevelBar implementation of the GtkBuildable interface supports a + * custom element, which can contain any number of elements, + * each of which must have name and value attributes. * * # CSS nodes * -- 2.30.2